Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translation string "LastXMonths" throws "Unknown format specifier" #5090

Merged

Conversation

TheTomcat14
Copy link

The translation string for the variable $LastXMonths contains an error, %i must be %d. %i is not a valid format specifier.

The string is used in Statistics::printUsersNotLoggedInStats() in main/inc/lib/statistics.lib.php line 1328

The translation string for the variable $LastXMonths contains an error, %i must be %d. %i is not a valid format specifier.
@ywarnier
Copy link
Member

This was a bit tricky because it should be changed in translate.chamilo.org and not directly here, but I've done that manually so your PR can be included as is. Sorry for the big lag approving this. Preparing 1.11.28.

@ywarnier ywarnier merged commit d905b2e into chamilo:1.11.x Oct 12, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants